home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / cvs-1_3.lha / cvs-1.3 / examples / loginfo < prev    next >
Text File  |  1992-03-30  |  937b  |  21 lines

  1. #
  2. # @(#)loginfo 1.5 92/03/31
  3. #
  4. # The "loginfo" file is used to control where "cvs commit" log information
  5. # is sent.  The first entry on a line is a regular expression which is tested
  6. # against the directory that the change is being made to, relative to the
  7. # $CVSROOT.  If a match is found, then the remainder of the line is a filter
  8. # program that should expect log information on its standard input.
  9. #
  10. # The filter program may use one and only one % modifier (ala printf).  If
  11. # %s is specified in the filter program, a brief title is included (enclosed
  12. # in single quotes) showing the modified file names.
  13. #
  14. # If the repository name does not match any of the regular expressions in this
  15. # file, the "DEFAULT" line is used, if it is specified.
  16. #
  17. # If the name ALL appears as a regular expression it is always used
  18. # in addition to the first matching regex or DEFAULT.
  19. #
  20. DEFAULT            $CVSROOT/CVSROOT/log.pl %s $CVSROOT/CVSROOT/commitlog
  21.